WORST_CASE(?,O(n^2)) Solution: --------- "0" :: [] -(0)-> "A"(4, 0) "0" :: [] -(0)-> "A"(0, 0) "0" :: [] -(0)-> "A"(4, 2) "cons" :: ["A"(0, 0)] -(0)-> "A"(0, 0) "f" :: ["A"(4, 0)] -(1)-> "A"(0, 0) "p" :: ["A"(2, 2)] -(1)-> "A"(4, 0) "s" :: ["A"(4, 0)] -(4)-> "A"(4, 0) "s" :: ["A"(4, 2)] -(2)-> "A"(2, 2) Cost Free Signatures: --------------------- "0" :: [] -(0)-> "A"_cf(0, 0) "cons" :: ["A"_cf(0, 0)] -(0)-> "A"_cf(0, 0) "f" :: ["A"_cf(0, 0)] -(0)-> "A"_cf(0, 0) "p" :: ["A"_cf(0, 0)] -(0)-> "A"_cf(0, 0) "s" :: ["A"_cf(0, 0)] -(0)-> "A"_cf(0, 0) Base Constructors: ------------------